type runtime.statDepSet

16 uses

	runtime (current package)
		metrics.go#L35: 	deps statDepSet
		metrics.go#L601: type statDepSet [1]uint64
		metrics.go#L604: func makeStatDepSet(deps ...statDep) statDepSet {
		metrics.go#L605: 	var s statDepSet
		metrics.go#L613: func (s statDepSet) difference(b statDepSet) statDepSet {
		metrics.go#L614: 	var c statDepSet
		metrics.go#L622: func (s statDepSet) union(b statDepSet) statDepSet {
		metrics.go#L623: 	var c statDepSet
		metrics.go#L631: func (s *statDepSet) empty() bool {
		metrics.go#L641: func (s *statDepSet) has(d statDep) bool {
		metrics.go#L885: 	ensured    statDepSet
		metrics.go#L896: func (a *statAggregate) ensure(deps *statDepSet) {